func sync.newEntry

3 uses

	sync (current package)
		map.go#L96: func newEntry(i any) *entry {
		map.go#L161: 		m.dirty[key] = newEntry(value)
		map.go#L227: 		m.dirty[key] = newEntry(value)